#slatemenu {
	position:relative;
	display:block;
	height:42px;
	font-size:100%;
	font-weight:normal;
	background:transparent url(images/greenslate_background.gif) repeat-x top left;
	

	}
#slatemenu ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
	}
#slatemenu ul li {
	display:block;
	float:left;
	margin:0 1px 0 0;
	}
#slatemenu ul li a {
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:14px 12px 0 15px;
	height:28px;
	}
#slatemenu ul li a:hover {
	color:#fff;
	background:transparent url(images/greenslate_backgroundOVER.gif) no-repeat top center;
	 -webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		 -ms-transition: all 0.4s ease;
		  -o-transition: all 0.4s ease;
			 transition: all 0.4s ease;
	}

body.one #slatemenu ul li a.ind, body.two #slatemenu ul li a.scot, body.three #slatemenu ul li a.eng, body.four #slatemenu ul li a.ire, body.five #slatemenu ul li a.wales, 
body.six #slatemenu ul li a.county, body.seven #slatemenu ul li a.any, body.eight #slatemenu ul li a.cont, 
body.nine #slatemenu ul li a.free, body.ten #slatemenu ul li a.shop{
	color:#fff;
	background:transparent url(images/green_current.gif) no-repeat top center;
	cursor:default;
	text-transform:uppercase;
	}
